[INFO] cloning repository https://github.com/aljazerzen/connector-arrow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aljazerzen/connector-arrow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faljazerzen%2Fconnector-arrow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faljazerzen%2Fconnector-arrow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 542b4d75eb2bfe5eb548c1c13d527d34ddbb9011
[INFO] testing aljazerzen/connector-arrow against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faljazerzen%2Fconnector-arrow" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/aljazerzen/connector-arrow
[INFO] finished tweaking git repo https://github.com/aljazerzen/connector-arrow
[INFO] tweaked toml for git repo https://github.com/aljazerzen/connector-arrow written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aljazerzen/connector-arrow on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 396 packages to latest compatible versions
[INFO] [stderr]       Adding comfy-table v7.1.4 (available: v7.2.2)
[INFO] [stderr]       Adding fallible-iterator v0.2.0 (available: v0.3.0)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] [stderr]       Adding rand_chacha v0.3.1 (available: v0.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded similar-asserts v2.0.0
[INFO] [stderr]   Downloaded similar v3.1.0
[INFO] [stderr]   Downloaded tiberius v0.12.3
[INFO] [stderr]   Downloaded rstest v0.26.1
[INFO] [stderr]   Downloaded rstest_macros v0.26.1
[INFO] [stderr]   Downloaded io-enum v1.2.1
[INFO] [stderr]   Downloaded mysql v28.0.0
[INFO] [stderr]   Downloaded btoi v0.5.0
[INFO] [stderr]   Downloaded mysql_common v0.37.1
[INFO] [stderr]   Downloaded rust_decimal v1.41.0
[INFO] [stderr]   Downloaded zip v6.0.0
[INFO] [stderr]   Downloaded rustls-pki-types v1.14.1
[INFO] [stderr]   Downloaded webpki-roots v1.0.7
[INFO] [stderr]   Downloaded arrow-string v58.2.0
[INFO] [stderr]   Downloaded arrow-data v58.2.0
[INFO] [stderr]   Downloaded arrow-row v58.2.0
[INFO] [stderr]   Downloaded arrow-ord v58.2.0
[INFO] [stderr]   Downloaded arrow-schema v58.2.0
[INFO] [stderr]   Downloaded arrow-buffer v58.2.0
[INFO] [stderr]   Downloaded rustls v0.23.40
[INFO] [stderr]   Downloaded arrow v58.2.0
[INFO] [stderr]   Downloaded arrow-select v58.2.0
[INFO] [stderr]   Downloaded arrow-arith v58.2.0
[INFO] [stderr]   Downloaded arrow-cast v58.2.0
[INFO] [stderr]   Downloaded arrow-array v58.2.0
[INFO] [stderr]   Downloaded libz-sys v1.1.28
[INFO] [stderr]   Downloaded duckdb v1.10502.0
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.3
[INFO] [stderr]   Downloaded libduckdb-sys v1.10502.0
[INFO] [stderr]   Downloaded pac_cell v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d834c8b67fa039b6815aca2a32479f7e63ed777b4db21bdac623635700134d73
[INFO] running `Command { std: "docker" "start" "-a" "d834c8b67fa039b6815aca2a32479f7e63ed777b4db21bdac623635700134d73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d834c8b67fa039b6815aca2a32479f7e63ed777b4db21bdac623635700134d73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d834c8b67fa039b6815aca2a32479f7e63ed777b4db21bdac623635700134d73", kill_on_drop: false }`
[INFO] [stdout] d834c8b67fa039b6815aca2a32479f7e63ed777b4db21bdac623635700134d73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41a4cd7eb04d67d7f2946e5303707245c878b7b027a20012e083c3618f8f20d5
[INFO] running `Command { std: "docker" "start" "-a" "41a4cd7eb04d67d7f2946e5303707245c878b7b027a20012e083c3618f8f20d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling arrow-schema v58.2.0
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling arrow-buffer v58.2.0
[INFO] [stderr]    Compiling arrow-data v58.2.0
[INFO] [stderr]    Compiling arrow-array v58.2.0
[INFO] [stderr]    Compiling arrow-select v58.2.0
[INFO] [stderr]    Compiling arrow-row v58.2.0
[INFO] [stderr]    Compiling arrow-arith v58.2.0
[INFO] [stderr]    Compiling arrow-ord v58.2.0
[INFO] [stderr]    Compiling arrow-string v58.2.0
[INFO] [stderr]    Compiling arrow-cast v58.2.0
[INFO] [stderr]    Compiling arrow v58.2.0
[INFO] [stderr]    Compiling connector_arrow v0.11.0 (/opt/rustwide/workdir/connector_arrow)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.63s
[INFO] running `Command { std: "docker" "inspect" "41a4cd7eb04d67d7f2946e5303707245c878b7b027a20012e083c3618f8f20d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41a4cd7eb04d67d7f2946e5303707245c878b7b027a20012e083c3618f8f20d5", kill_on_drop: false }`
[INFO] [stdout] 41a4cd7eb04d67d7f2946e5303707245c878b7b027a20012e083c3618f8f20d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26d3063c0ca51dc4986c5f5ea2d4b5dcf6e0af1a9867f4db9711f33650a7ea59
[INFO] running `Command { std: "docker" "start" "-a" "26d3063c0ca51dc4986c5f5ea2d4b5dcf6e0af1a9867f4db9711f33650a7ea59", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling comfy-table v7.1.4
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling similar v3.1.0
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling similar-asserts v2.0.0
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling arrow-buffer v58.2.0
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling arrow-data v58.2.0
[INFO] [stderr]    Compiling arrow-array v58.2.0
[INFO] [stderr]    Compiling arrow-select v58.2.0
[INFO] [stderr]    Compiling arrow-row v58.2.0
[INFO] [stderr]    Compiling arrow-arith v58.2.0
[INFO] [stderr]    Compiling arrow-ord v58.2.0
[INFO] [stderr]    Compiling arrow-string v58.2.0
[INFO] [stderr]    Compiling arrow-cast v58.2.0
[INFO] [stderr]    Compiling arrow v58.2.0
[INFO] [stderr]    Compiling connector_arrow v0.11.0 (/opt/rustwide/workdir/connector_arrow)
[INFO] [stdout] warning: function `query_literals` is never used
[INFO] [stdout]   --> connector_arrow/tests/it/util.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub fn query_literals<C: Connector>(conn: &mut C, queries: Vec<QueryOfSingleLiteral>) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `query_literals_binary` is never used
[INFO] [stdout]    --> connector_arrow/tests/it/util.rs:125:8
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub fn query_literals_binary<C: Connector>(conn: &mut C, queries: Vec<QueryOfSingleLiteral>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `new_singleton_array` is never used
[INFO] [stdout]    --> connector_arrow/tests/it/util.rs:175:4
[INFO] [stdout]     |
[INFO] [stdout] 175 | fn new_singleton_array(data_type: &DataType, value: Box<dyn ArrowValue>) -> ArrayRef {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `QueryOfSingleLiteral` is never constructed
[INFO] [stdout]    --> connector_arrow/tests/it/util.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub struct QueryOfSingleLiteral {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "26d3063c0ca51dc4986c5f5ea2d4b5dcf6e0af1a9867f4db9711f33650a7ea59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26d3063c0ca51dc4986c5f5ea2d4b5dcf6e0af1a9867f4db9711f33650a7ea59", kill_on_drop: false }`
[INFO] [stdout] 26d3063c0ca51dc4986c5f5ea2d4b5dcf6e0af1a9867f4db9711f33650a7ea59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8c086a3183799f99617d614d8fe5d939f2f58a06251a4a4cff7b4bc841fc91ca
[INFO] running `Command { std: "docker" "start" "-a" "8c086a3183799f99617d614d8fe5d939f2f58a06251a4a4cff7b4bc841fc91ca", kill_on_drop: false }`
[INFO] [stderr] warning: function `query_literals` is never used
[INFO] [stderr]   --> connector_arrow/tests/it/util.rs:77:8
[INFO] [stderr]    |
[INFO] [stderr] 77 | pub fn query_literals<C: Connector>(conn: &mut C, queries: Vec<QueryOfSingleLiteral>) {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `query_literals_binary` is never used
[INFO] [stderr]    --> connector_arrow/tests/it/util.rs:125:8
[INFO] [stderr]     |
[INFO] [stderr] 125 | pub fn query_literals_binary<C: Connector>(conn: &mut C, queries: Vec<QueryOfSingleLiteral>) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `new_singleton_array` is never used
[INFO] [stderr]    --> connector_arrow/tests/it/util.rs:175:4
[INFO] [stderr]     |
[INFO] [stderr] 175 | fn new_singleton_array(data_type: &DataType, value: Box<dyn ArrowValue>) -> ArrayRef {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `QueryOfSingleLiteral` is never constructed
[INFO] [stderr]    --> connector_arrow/tests/it/util.rs:187:12
[INFO] [stderr]     |
[INFO] [stderr] 187 | pub struct QueryOfSingleLiteral {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `connector_arrow` (test "it") generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/connector_arrow-aeab9ed123f8b747)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/it/main.rs (/opt/rustwide/target/debug/deps/it-7baf702efe4dd73c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests connector_arrow
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test connector_arrow/src/lib.rs - (line 15) ... FAILED
[INFO] [stdout] test connector_arrow/src/lib.rs - (line 46) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- connector_arrow/src/lib.rs - (line 15) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `rusqlite` in this scope
[INFO] [stdout]   --> connector_arrow/src/lib.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | let conn = rusqlite::Connection::open_in_memory()?;
[INFO] [stdout]    |            ^^^^^^^^ use of unresolved module or unlinked crate `rusqlite`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file connector_arrow/src/rusqlite/mod.rs, use `mod rusqlite` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 15 + mod rusqlite;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `rusqlite` in `connector_arrow`
[INFO] [stdout]   --> connector_arrow/src/lib.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 | let mut conn = connector_arrow::rusqlite::SQLiteConnection::new(conn);
[INFO] [stdout]    |                                 ^^^^^^^^ could not find `rusqlite` in `connector_arrow`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> connector_arrow/src/lib.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[cfg(feature = "src_rusqlite")]
[INFO] [stdout]    |       ------------------------ the item is gated behind the `src_rusqlite` feature
[INFO] [stdout] 70 | pub mod rusqlite;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     connector_arrow/src/lib.rs - (line 15)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8c086a3183799f99617d614d8fe5d939f2f58a06251a4a4cff7b4bc841fc91ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c086a3183799f99617d614d8fe5d939f2f58a06251a4a4cff7b4bc841fc91ca", kill_on_drop: false }`
[INFO] [stdout] 8c086a3183799f99617d614d8fe5d939f2f58a06251a4a4cff7b4bc841fc91ca
